Skip to content

Update gomod dependencies#4279

Merged
pfcoperez merged 3 commits into
mainfrom
renovate/gomod
May 14, 2026
Merged

Update gomod dependencies#4279
pfcoperez merged 3 commits into
mainfrom
renovate/gomod

Conversation

@renovate

@renovate renovate Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
cloud.google.com/go/auth v0.18.1v0.20.0 age confidence require minor
cloud.google.com/go/storage v1.59.2v1.62.1 age confidence require minor
github.com/ClickHouse/ch-go v0.68.0v0.71.0 age confidence require minor
github.com/ClickHouse/clickhouse-go/v2 v2.40.3v2.46.0 age confidence require minor
github.com/ClickHouse/clickhouse-go/v2 v2.43.0v2.46.0 age confidence require minor
github.com/apache/arrow-go/v18 v18.5.2v18.6.0 age confidence require minor
github.com/aws/aws-sdk-go-v2 v1.41.5v1.41.7 age confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.32.13v1.32.17 age confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.19.13v1.19.16 age confidence require patch
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.6.21v1.6.23 age confidence require patch
github.com/aws/aws-sdk-go-v2/service/kms v1.50.4v1.51.1 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/s3 v1.98.0v1.100.1 age confidence require minor v1.101.0
github.com/aws/aws-sdk-go-v2/service/ses v1.34.22v1.34.24 age confidence require patch
github.com/aws/aws-sdk-go-v2/service/sns v1.39.15v1.39.17 age confidence require patch
github.com/aws/aws-sdk-go-v2/service/sts v1.41.10v1.42.1 age confidence require minor
github.com/aws/smithy-go v1.24.2v1.25.1 age confidence require minor
github.com/elastic/go-elasticsearch/v8 v8.19.3v8.19.5 age confidence require patch v8.19.6
github.com/go-mysql-org/go-mysql v1.13.0v1.14.0 age confidence require minor v1.15.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0v2.29.0 age confidence require minor
github.com/jackc/pglogrepl 2e8d0dfe37c414 age confidence require digest
github.com/jackc/pgx/v5 v5.8.0v5.9.1 age confidence require minor
github.com/lestrrat-go/jwx/v3 v3.0.13v3.1.0 age confidence require minor v3.1.1
github.com/pingcap/errors 74f78ae306e305 require digest
github.com/slack-go/slack v0.20.0v0.23.0 age confidence require minor v0.23.1
github.com/twmb/franz-go v1.20.7v1.21.1 age confidence require minor
github.com/twmb/franz-go/pkg/kadm v1.17.2v1.18.0 age confidence require minor
github.com/yuin/gopher-lua v1.1.1v1.1.2 age confidence require patch
go.mongodb.org/mongo-driver/v2 v2.4.1v2.6.0 age confidence require minor
go.mongodb.org/mongo-driver/v2 v2.5.0v2.6.0 age confidence require minor
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0v0.68.0 age confidence require minor
go.opentelemetry.io/otel v1.42.0v1.43.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0v1.43.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.42.0v1.43.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0v1.43.0 age confidence require minor
go.opentelemetry.io/otel/metric v1.42.0v1.43.0 age confidence require minor
go.opentelemetry.io/otel/sdk v1.42.0v1.43.0 age confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.42.0v1.43.0 age confidence require minor
go.temporal.io/api v1.62.6v1.62.11 age confidence require patch
go.temporal.io/sdk v1.36.0v1.43.0 age confidence require minor
go.temporal.io/sdk v1.41.1v1.43.0 age confidence require minor
golang.org/x/crypto v0.49.0v0.50.0 age confidence require minor v0.51.0
golang.org/x/mod v0.34.0v0.35.0 age confidence require minor v0.36.0
golang.org/x/tools v0.43.0v0.44.0 age confidence require minor v0.45.0
google.golang.org/grpc v1.79.3v1.81.0 age confidence require minor
k8s.io/apimachinery v0.35.3v0.36.0 age confidence require minor

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/auth)

v0.20.0

Compare Source

  • bigquery: Support SchemaUpdateOptions for load jobs.

  • bigtable:

    • Add SampleRowKeys.
    • cbt: Support union, intersection GCPolicy.
    • Retry admin RPCS.
    • Add trace spans to retries.
  • datastore: Add OpenCensus tracing.

  • firestore:

    • Fix queries involving Null and NaN.
    • Allow Timestamp protobuffers for time values.
  • logging: Add a WriteTimeout option.

  • spanner: Support Batch API.

  • storage: Add OpenCensus tracing.

v0.19.0

  • bigquery:

    • Support customer-managed encryption keys.
  • bigtable:

    • Improved emulator support.
    • Support GetCluster.
  • datastore:

    • Add general mutations.
    • Support pointer struct fields.
    • Support transaction options.
  • firestore:

    • Add Transaction.GetAll.
    • Support document cursors.
  • logging:

    • Support concurrent RPCs to the service.
    • Support per-entry resources.
  • profiler:

    • Add config options to disable heap and thread profiling.
    • Read the project ID from $GOOGLE_CLOUD_PROJECT when it's set.
  • pubsub:

    • BEHAVIOR CHANGE: Release flow control after ack/nack (instead of after the
      callback returns).
    • Add SubscriptionInProject.
    • Add OpenCensus instrumentation for streaming pull.
  • storage:

    • Support CORS.
ClickHouse/ch-go (github.com/ClickHouse/ch-go)

v0.71.0

Compare Source

What's Changed

Full Changelog: ClickHouse/ch-go@v0.70.0...v0.71.0

v0.70.0

Compare Source

What's Changed

New Contributors

Full Changelog: ClickHouse/ch-go@v0.69.0...v0.70.0

v0.69.0

Compare Source

What's Changed

New Contributors

Full Changelog: ClickHouse/ch-go@v0.68.0...v0.69.0

ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)

v2.46.0

Compare Source

What's Changed

Enhancements 🎉
Bug Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.45.0...v2.46.0

v2.45.0

Compare Source

What's Changed

Bug Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.44.0...v2.45.0

v2.44.0

Compare Source

What's Changed

Enhancements 🎉
Bug Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.43.0...v2.44.0

v2.43.0

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0

v2.42.0

Compare Source

What's Changed

Enhancements 🎉
Bug Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.41.0...v2.42.0

v2.41.0

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.40.3...v2.41.0

apache/arrow-go (github.com/apache/arrow-go/v18)

v18.6.0: Apache Arrow Go 18.6.0

Compare Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "after 5pm on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 6, 2026
@renovate renovate Bot enabled auto-merge (squash) May 6, 2026 11:02
@renovate

renovate Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: flow/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 29 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/trace v1.42.0 -> v1.43.0
google.golang.org/genproto/googleapis/api v0.0.0-20260330182312-d5a96adf58d8 -> v0.0.0-20260414002931-afd174a4e478
google.golang.org/protobuf v1.36.11 -> v1.36.12-0.20260120151049-f2248ac996af
cloud.google.com/go/longrunning v0.7.0 -> v0.9.0
cloud.google.com/go/iam v1.5.3 -> v1.7.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 -> v1.7.10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.21 -> v1.18.23
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 -> v1.4.23
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 -> v2.7.23
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22 -> v1.4.24
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 -> v1.13.9
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13 -> v1.9.15
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 -> v1.13.23
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21 -> v1.19.23
github.com/aws/aws-sdk-go-v2/service/signin v1.0.9 -> v1.0.11
github.com/aws/aws-sdk-go-v2/service/sso v1.30.14 -> v1.30.17
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.18 -> v1.35.21
github.com/go-jose/go-jose/v4 v4.1.3 -> v4.1.4
github.com/googleapis/gax-go/v2 v2.16.0 -> v2.21.0
github.com/lestrrat-go/dsig v1.0.0 -> v1.2.1
github.com/twmb/franz-go/pkg/kmsg v1.12.0 -> v1.13.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 -> v1.43.0
golang.org/x/net v0.52.0 -> v0.53.0
golang.org/x/sys v0.42.0 -> v0.43.0
golang.org/x/telemetry v0.0.0-20260316223853-b6b0c46d1ccd -> v0.0.0-20260409153401-be6f6cb8b1fa
golang.org/x/term v0.41.0 -> v0.42.0
golang.org/x/text v0.35.0 -> v0.36.0
google.golang.org/genproto v0.0.0-20251202230838-ff82c1b0f217 -> v0.0.0-20260319201613-d00831a3d3e7
google.golang.org/genproto/googleapis/rpc v0.0.0-20260330182312-d5a96adf58d8 -> v0.0.0-20260414002931-afd174a4e478
File name: flow/pkg/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 23 additional dependencies were updated

Details:

Package Change
filippo.io/edwards25519 v1.1.0 -> v1.2.0
github.com/klauspost/compress v1.18.0 -> v1.18.4
github.com/nexus-rpc/sdk-go v0.3.0 -> v0.6.0
github.com/paulmach/orb v0.11.1 -> v0.12.0
github.com/pierrec/lz4/v4 v4.1.22 -> v4.1.25
github.com/pingcap/errors v0.11.5-0.20250318082626-8f80e5cb09ec -> v0.11.5-0.20250523034308-74f78ae071ee
github.com/pingcap/tidb/pkg/parser v0.0.0-20250421232622-526b2c79173d -> v0.0.0-20260219190905-9b9281fa8d6d
github.com/segmentio/asm v1.2.0 -> v1.2.1
github.com/stretchr/objx v0.5.2 -> v0.5.3
github.com/xdg-go/scram v1.1.2 -> v1.2.0
go.opentelemetry.io/otel v1.38.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.41.0
go.temporal.io/api v1.51.0 -> v1.62.11
go.uber.org/zap v1.27.0 -> v1.27.1
golang.org/x/crypto v0.42.0 -> v0.48.0
golang.org/x/net v0.44.0 -> v0.50.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.41.0
golang.org/x/text v0.29.0 -> v0.34.0
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed -> v0.0.0-20260120221211-b8f7ae30c516
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed -> v0.0.0-20260120221211-b8f7ae30c516
google.golang.org/grpc v1.67.1 -> v1.79.3
google.golang.org/protobuf v1.36.6 -> v1.36.11

@codecov

codecov Bot commented May 6, 2026

Copy link
Copy Markdown

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
2231 2 2229 203
View the top 2 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/e2e::TestApiPg
Stack Traces | 0.01s run time
=== RUN   TestApiPg
=== PAUSE TestApiPg
=== CONT  TestApiPg
--- FAIL: TestApiPg (0.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiPg/TestPostgresTableOIDsMigration
Stack Traces | 0.05s run time
=== RUN   TestApiPg/TestPostgresTableOIDsMigration
=== PAUSE TestApiPg/TestPostgresTableOIDsMigration
=== CONT  TestApiPg/TestPostgresTableOIDsMigration
2026/05/12 12:47:49 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/05/12 12:47:49 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    e2eshared.go:34: 
        	Error Trace:	.../flow/e2e/clickhouse.go:415
        	            				.../flow/e2e/api_test.go:233
        	            				.../flow/e2eshared/e2eshared.go:34
        	Error:      	Received unexpected error:
        	            	failed to open connection to ClickHouse peer: failed to load max_insert_threads config: failed to parse PEERDB_CLICKHOUSE_MAX_INSERT_THREADS as int64: failed to get key: FATAL: terminating connection due to administrator command (SQLSTATE 57P01)
        	Test:       	TestApiPg/TestPostgresTableOIDsMigration
--- FAIL: TestApiPg/TestPostgresTableOIDsMigration (0.05s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to an incompatible dependency version pairing introduced by a Renovate go.mod update.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot requested a review from a team May 6, 2026 11:15
@renovate renovate Bot force-pushed the renovate/gomod branch from 68e272e to f166abc Compare May 6, 2026 13:27
@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Deterministic build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to a dependency version mismatch introduced by a Renovate Go module update.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from f166abc to dcdb44d Compare May 6, 2026 13:37
@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real build failure on the renovate/gomod branch: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to incompatible transitive dependency versions in the Go module update.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@claude

claude Bot commented May 6, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@renovate renovate Bot force-pushed the renovate/gomod branch from dcdb44d to 4828a64 Compare May 6, 2026 15:27
@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) because Renovate bumped the storage package without also updating the transitive dependencies that define those symbols.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from 4828a64 to 746a1e9 Compare May 6, 2026 18:21
@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to mismatched peer dependency versions in a Renovate Go module update PR.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from 746a1e9 to ebc79ef Compare May 6, 2026 21:25
@renovate renovate Bot requested a review from a team as a code owner May 6, 2026 21:25
@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Deterministic build failure on the renovate/gomod branch: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) because the companion google-api-go dependency versions are incompatible with the storage library version bumped by Renovate.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from ebc79ef to 220134e Compare May 6, 2026 22:59
@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Hard build failure caused by incompatible Go module versions in a Renovate dependency-update PR: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) that are undefined in the concurrently pinned transitive dependencies.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from 220134e to d0cbcf9 Compare May 7, 2026 00:04
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Deterministic build failure on the renovate/gomod branch: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) not present in the pinned transitive dependencies, causing a compile error before any tests run.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from d0cbcf9 to 5f91f05 Compare May 7, 2026 06:15
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Build fails to compile on the renovate/gomod branch due to a Go module version mismatch: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) not present in the co-updated dependency versions.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from 5f91f05 to 1f015a8 Compare May 7, 2026 11:17
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to a transitive dependency version mismatch introduced by the renovate/gomod update.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from 1f015a8 to a2f8fd9 Compare May 7, 2026 15:26
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) that are undefined in the pinned transitive dependency versions, caused by a partial Go module update on the renovate/gomod branch.
Confidence: 0.99

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from a2f8fd9 to 2fd551f Compare May 7, 2026 15:57
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Deterministic build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) because Renovate bumped this package without also bumping its required transitive dependency versions in go.mod.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real build failure on renovate/gomod branch: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) indicating an incompatible dependency version combination introduced by the Renovate go.mod update.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Build failure due to incompatible dependency versions on the renovate/gomod branch: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) that don't exist in the pinned versions of its transitive dependencies.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from 46aec98 to 55f8a55 Compare May 12, 2026 01:43
@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Deterministic build failure: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) that are undefined in the currently-pinned transitive dependencies, caused by an incomplete Renovate go.mod bump on the renovate/gomod branch.
Confidence: 0.98

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from 55f8a55 to b4af48c Compare May 12, 2026 07:05
@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Deterministic build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) not present in the concurrently resolved Google API dependency versions, introduced by the Renovate go module update on branch renovate/gomod.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from b4af48c to ae1ad51 Compare May 12, 2026 08:42
@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Deterministic build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to a dependency version mismatch introduced by the Renovate go module update.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from ae1ad51 to 327e643 Compare May 12, 2026 09:33
@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real build failure: cloud.google.com/go/storage@v1.62.1 (bumped by Renovate) references undefined symbols from google.golang.org/api and google.golang.org/grpc that weren't updated to compatible versions.
Confidence: 0.97

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@renovate renovate Bot force-pushed the renovate/gomod branch from 327e643 to d7d414f Compare May 12, 2026 10:31
@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Build fails to compile due to undefined symbols in cloud.google.com/go/storage@v1.62.1 (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum), a real dependency version incompatibility introduced by the renovate/gomod module bump.
Confidence: 0.98

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@pfcoperez pfcoperez self-assigned this May 12, 2026
@pfcoperez

Copy link
Copy Markdown
Member

Some of the proposed upgrades required transitive dependencies, I've reverted them and pinned. Build should pass now.

@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real bug: Test_PartitionBy fails deterministically across all 4 test suite variants with a consistent assertion mismatch — expected partition expression "num" but got "(num)" — indicating the code wraps the column name in extra parentheses rather than returning it bare.
Confidence: 0.9

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@github-actions

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: Multiple e2e tests (Test_NullEngine, Test_PartitionBy) failed only on the maria/pg18 matrix with UNEXPECTED TIMEOUT errors and active-replication-slot teardown failures, while the other two matrix combinations passed — indicating CI resource contention rather than a real bug in this renovate dependency-update PR.
Confidence: 0.88

✅ Automatically retrying the workflow

View workflow run

@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real regression: all four Test_PartitionBy variants consistently fail with expected "num" vs actual "(num)", indicating a ClickHouse version change (latest image) now wraps simple partition column names in parentheses, and the Test_NullEngine failures appear to be related cascading timeouts.
Confidence: 0.85

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@github-actions

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: The entire e2e test suite hit the 15-minute timeout (panic: test timed out after 15m0s) due to goroutines blocked on network connections (MySQL connector ~11 min, gRPC ~14 min, ClickHouse pools ~5–11 min), causing cascading failures across Test_NullEngine and Test_PartitionBy tests — no assertion logic failed.
Confidence: 0.92

✅ Automatically retrying the workflow

View workflow run

@github-actions

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: The e2e test suite timed out after exactly 900s (the configured limit), indicating a slow/hung test environment rather than a code defect — no assertion failures were logged before the timeout.
Confidence: 0.92

✅ Automatically retrying the workflow

View workflow run

@pfcoperez pfcoperez disabled auto-merge May 14, 2026 08:22
@pfcoperez pfcoperez enabled auto-merge (squash) May 14, 2026 08:22
@pfcoperez pfcoperez merged commit 36b3afa into main May 14, 2026
14 checks passed
@pfcoperez pfcoperez deleted the renovate/gomod branch May 14, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file stop-updating

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant